From 0091fc3543dfe904d192076d2e1d7079affbadb6 Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Tue, 25 Jun 2013 11:48:16 -0400 Subject: [PATCH] Make the testsuite happy that get gets the default value --- gtk/gtkaboutdialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkaboutdialog.c b/gtk/gtkaboutdialog.c index a9a9c45c7e..890fe511d4 100644 --- a/gtk/gtkaboutdialog.c +++ b/gtk/gtkaboutdialog.c @@ -540,7 +540,7 @@ gtk_about_dialog_class_init (GtkAboutDialogClass *klass) g_param_spec_string ("logo-icon-name", P_("Logo Icon Name"), P_("A named icon to use as the logo for the about box."), - NULL, + "image-missing", GTK_PARAM_READWRITE)); /** * GtkAboutDialog:wrap-license: -- 2.30.2